home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
s
/
ep_appicon.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
186b
|
15 lines
/* EaglePlayer - Iconify-Modus = AppIcon */
address 'rexx_EP'
options results
appicon
if result == "no" then do
say "Cannot use Appicon !"
end
elso do
say "AppIcon now used !"
end